home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / sptmbr11.lha / maketar < prev    next >
Text File  |  1992-12-14  |  1KB  |  37 lines

  1. #! /bin/csh
  2. chmod 644 *
  3. chmod a+X *
  4. chmod 644 */*
  5. chmod a+X */*
  6. chmod 644 */*/*
  7. chmod a+X */*/*
  8. chmod a+x maketar
  9. echo ./tarexclude >! tarexclude
  10. foreach i ( \
  11. *tarlist make.out \
  12. trans \
  13. #pcl inspecter clx clcs common-lisp tools \
  14. makebintar maketar-rose \
  15. clue clue-and-clio-advice clio-systems.lisp \
  16. systems/clue.lisp systems/clio.lisp systems/clio-examples.lisp \
  17. rose-systems.lisp rose3 systems/rose.lisp \
  18. systems/rose-tools.lisp systems/rose-inspecter.lisp \
  19. pcl/collectfn.lisp \
  20. *.save */*.save */*/*.save */*/*/*.save \
  21. gaz* */gaz* */*/gaz* */*/*/gaz* \
  22. *~ */*~ */*/*~ */*/*/*~ \
  23. *\# */*\# */*/*\# */*/*/*\# \
  24. *.sbin */*.sbin */*/*.sbin */*/*/*.sbin \
  25. *.o */*.o */*/*.o */*/*/*.o \
  26. *.fn */*.fn */*/*.fn */*/*/*.fn \
  27. TAGS */TAGS */*/TAGS */*/*/TAGS \
  28. *.sfasl */*.sfasl */*/*.sfasl */*/*/*.sfasl \
  29. *.sparcf */*.sparcf */*/*.sparcf */*/*/*.sparcf \
  30. *.sparc */*.sparc */*/*.sparc */*/*/*.sparc)
  31. echo ./$i >> tarexclude
  32. end
  33. tar -cXf tarexclude ../lisp.tar .
  34. tar tf ../lisp.tar >! tarlist
  35. compress ../lisp.tar
  36.  
  37.